______________________________________________________________________________

ReadMe.txt
______________________________________________________________________________

Copyright (C) 2007 Oxford Semiconductor Ltd.

Device driver for Parallel port of PCIe95x/840 family device.

____________________________
Installation
____________________________

1. Install Windows CE 4.2 Platform Builder (PB) to a development PC. Note the 
   WINCEROOT i.e. the path where the WinCE 4.2 is installed (generally C:\WINCE420)

2. Execute the batch file "CopyDriverToWinCERoot.bat" which will prompt the user for
   the WINCEROOT. This batch file will then copy all files to theWINCEROOT. The
   following directory structure shall be seen:
   
	C:\WINCE420\OXSEMI
	               |------pports
	               |        |
	               |        |-----....
	               |        |-----pcie952
	               |        \-----....
	               |
	               \------....

3. Start Platform Builder and create a new platform.

4. Click File->Manage Catalog Features to start Manage Catalog Features dialog

5. Click Import button to start Import Catalog Features dialog and import 
   cec file of pcie952_pport.cec in the subdirectory of \pports\pcie952\"

6. Add "pcie952_pport" feature to the platform by right-click on its logo and choose
   Add to Platform
   
7. Add "Parallel" device driver and "Parallel support" to the OS as we do in 6.
   
8. Replace the Line 500 of "mdd.c" in the directory of
   "C:\WINCE420\PUBLIC\COMMON\OAK\DRIVERS\PARALLEL" with the line below:
   
      } else if((dwi.dwNumIoWindows != 1) && (dwi.dwNumIoWindows != 2)) {

9. If printer is to be used, add printer driver ("PCL printer driver") to OS

10.Start platform build process by clicking Build OS->Build and Sysg" or simply
   remake the OS image by "Build OS->Make Run-Time Image" if a image is existing

7. Start platform build process by clicking Build OS->Build and Sysg" or simply
   remake the OS image by "Build OS->Make Run-Time Image" if a image is existing
________________________________________________________________________________

                                 End of ReadMe
________________________________________________________________________________
